if exists (select * from dbo.sysobjects where id = object_id(N'[dbo].[SupplementaryInsurance_CheckDuplicate]') and OBJECTPROPERTY(id, N'IsProcedure') = 1)
drop procedure [dbo].[SupplementaryInsurance_CheckDuplicate]

if exists (select * from dbo.sysobjects where id = object_id(N'[dbo].[SupportiveOrganizationReport]') and OBJECTPROPERTY(id, N'IsProcedure') = 1)
drop procedure [dbo].[SupportiveOrganizationReport]